home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #64 (1992-08-13)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #64 (1992-08-13)(Amiga User Gruppe Einzugsgebiet 4000).adf / TKEd / doc / Changes < prev    next >
Text File  |  1992-06-28  |  6KB  |  217 lines

  1.  
  2. -----------------
  3. Changes to V1.04:
  4. -----------------
  5.  
  6.  1. Small error with the 'Matching Bracket' function removed.
  7.  
  8.  2. If you start TKEd from CLI/Shell with a not existing filename,
  9.     TKEd uses this name as default name for the new text.
  10.  
  11.  3. Some internal optimisations.
  12.  
  13. -----------------
  14. Changes to V1.02:
  15. -----------------
  16.  
  17.  1. TKEd has now an 'Undo' function.
  18.  
  19.  2. TKEd can fold texts or parts of it. (very nice when programming)
  20.  
  21.  3. You can make TKEd  invisible ('Sleeping') and restart it
  22.     via a hotkey.
  23.  
  24.  4. Now 102 different AREXX-Commands.
  25.     New: 'Sleep'
  26.          'Fold'
  27.          'UnFold'
  28.          'FoldNext'
  29.          'UnFoldNext'
  30.          'FoldMarked'
  31.          'SetFoldOn'
  32.          'SetFoldOff'
  33.  
  34.  
  35.  5. You can mark all modified lines.
  36.  
  37.  6. English and german configuration possible.
  38.  
  39.  7. Some internal functions optimized (TKEd is faster and shorter than
  40.     older versions)
  41.  
  42.  8. Tabssize > 8 possible.
  43.  
  44.  9. Some small changes I can't remember.
  45.  
  46.  
  47.  
  48. Remark: You allways should install TKEd using the program 'Install_TKEd',
  49.         because the name and/or the number of files which belong to
  50.         TKEd may change.
  51.         If you don't want to lose a saved configuration or your defined
  52.         macros, you have to save them first to a different place.
  53.         After copying them to the (new) directory 'TKEd:', you can use 
  54.         it after converting the configurationfile ('TKEd.cfg') with
  55.         the tool 'Convert'.
  56.  
  57. -----------------
  58. Changes to V1.01:
  59. -----------------
  60.  
  61.  1. TKEd uses now the 'reqtools.library' instead of the 'req.library'.
  62.     (sorry, Bruce and Colin!)
  63.     'reqtools.library' looks much more better under OS 2.04
  64.  
  65.  2. Macros now use also the qualifiers 'Shift' or 'Alt'.
  66.     So you can specify up to 3 different macros for each key.
  67.     (key, key+shift, key+alt)
  68.  
  69.  3. Some OS2.04 features:
  70.     -Gadgets of the screen OS2.04-like
  71.     -Supports autoscroll with overscan screens
  72.     -Supports an appWindow when iconified
  73.  
  74.  4. Case sensitive search and use of wildcards possible
  75.  
  76.  5. Different filenames as parameters possible.
  77.     When you start TKEd, it will load each file.
  78.  
  79.  
  80.  
  81. ------------------
  82. Changes to V1.00a:
  83. ------------------
  84.  
  85.  1. Now 94 different AREXX-commands.
  86.  
  87.  2. Blockoperations are changed to the guidelines of the 'Amiga User
  88.     Interface Style Guide'.
  89.  
  90.  3. Handles vertical blocks and vertical pasting.
  91.  
  92.  4. You can mark every line you want (e.g. line 2, 3, 16, 29...) and 
  93.     in  each line a different part of it 
  94.     (e.g. line 2  : character 1 to 7,
  95.           line 5  : character 17 to 97
  96.           line 100: charcater 102 to 104...)
  97.     and 'Cut', 'Copy' it to one location.
  98.  
  99.  5. AREXX-commands of the blockoperations changed to the guidelines
  100.     of the 'Amiga User Interface Style Guide'.
  101.  
  102.  6. Supports scrolling with mouse.
  103.  
  104.  7. During the start of TKEd, it checks its own length and makes a 
  105.     warning if it is too large. (Could be a linking virus).
  106.  
  107.  8. Supports different screen sizes. If you use OS 2.04, you can also enter
  108.     the coordinates of the upper left edge of the sceen.
  109.  
  110.  9. Supports interlace mode.
  111.  
  112. 10. Supports different font sizes.
  113.  
  114. 11. No more 'unprinted' characters when writing very fast.
  115.  
  116. 12. Some new AREXX-commands :
  117.                                1. GotoByte
  118.                                2. Request1
  119.                                3. Request2
  120.                                4. Beep
  121.                                5. DisplayBeep
  122.                                6. Delay
  123.                                7. GetPathName
  124.                                8. GetFullPathName
  125.                                9. CloneLine
  126.  
  127. 13. TKEd's AREXX-port is now synchronous (default). It can be made 
  128.     asynchronous by a keyword in the commandtext of the ARexx-menu.
  129.  
  130. 14. When you start TKEd, it looks for currently running TKEd's in memory
  131.     and asks to continue or to stop the start, if a running TKEd was
  132.     found.
  133.  
  134. 15. 'Safe saves' possible: Renames an existing file before saveing
  135.     a newer file with the same name.
  136.     Deletes the original file after 'safe saving'.
  137.  
  138. 16. Shows a warning if a filename already exists when using 'Save As'.
  139.  
  140. 17. The AREXX-function 'GetFileName' is splitted into the commands
  141.     'GetFileName', 'GetPathName' and 'GetFullPathName'.
  142.  
  143. 18. Iconify-function.
  144.  
  145. 19. Some small bugs removed.
  146.  
  147. 20. Lots of features I don't remember.
  148.  
  149.  
  150.  
  151. -----------------
  152. Changes to V0.91:
  153. -----------------
  154.  
  155. 1.  TKEd has now a very comfortable asynchronous AREXX-interface with 
  156.     86 different functions.
  157.     
  158. 2.  Completely rewritten memory management. Less amount of memory and
  159.     faster than TKEd V0.91.
  160.  
  161. 3.  Search and Replace of a text 5 times faster than TKEd V0.91.
  162.     If both (search and replace) strings  have the same length, TKEd V1.00 
  163.     makes this up to 40 times faster than TKEd V0.91 (show me an editor 
  164.     which replaces all occurences of the letter 'e' with another one 
  165.     faster than TKEd !!!!)
  166.  
  167. 4.  Blocks can now be moved to the left and to the right.
  168.  
  169. 5.  Some new menus:  'SaveAll&Quit'
  170.                      'Screen'
  171.                      'Fonts'
  172.                      'AutoBackup'
  173.                      'VersionBackup'
  174.                      'TimeBackup'
  175.                      'Set Extension'
  176.                      'Count Occurences'
  177.                      'Matching Bracket'
  178.                      'Block->'
  179.                      'Block<-'
  180.                      'Next Word'
  181.                      'Previous Word'
  182.                      'Delete Word'
  183.                      'SwapCase'
  184.                      'Goto Buffer (0..9)'
  185.                      'ARexx'
  186.                      'Load Macros'
  187.                      'Save Macros'
  188.                          
  189. 6.  Most of the requesters are build up more logically.
  190.  
  191. 7.  More parameters possible in the User-Menus. 
  192.  
  193. 8.  Paths as parameters in User-Menus can now be entered comfortably
  194.     via filerequesters.
  195.  
  196. 9.  Length of a line up to 255 characters.
  197.  
  198. 10. TKEd now makes a backup of your text (with the ending
  199.     '.bak') while saving a text.
  200.     
  201. 11. TKEd can also make different versions of backups of a text.
  202.  
  203. 12. TKEd manages now up to 10 different textes. Also possibility to
  204.     copy blocks between the different textbuffers.
  205.  
  206. 13. You can load and save the macros.
  207.  
  208. 14. Each time you start TKEd, it checks his length and shows you
  209.     a warning if it's longer then normaly.
  210.     If the warning appears, TKEd is probably 'infected' by a
  211.     linkvirus.
  212.     Use anti-virus-software to check this.
  213.  
  214. 15. Some small bugs removed.
  215.  
  216.  
  217.